Gets a symbol reader method object 獲取符號(hào)讀取器方法對(duì)象。
Gets a symbol reader method object when given the identifier of a method 在給定方法的標(biāo)識(shí)符的情況下,獲取符號(hào)讀取器方法對(duì)象。
Gets a symbol reader method object that contains a specified position in a document 獲取包含文檔中的指定位置的符號(hào)讀取器方法對(duì)象。
Gets a symbol reader method object when given the identifier of a method and its edit and continue version 在給定方法的標(biāo)識(shí)符及其編輯和連續(xù)版本的情況下,獲取符號(hào)讀取器方法對(duì)象。
If the name denotes a valid class attribute that is a function object , a method object is created by packing ( pointers to ) the instance object and the function object just found together in an abstract object : this is the method object 如果這個(gè)命名確認(rèn)為一個(gè)有效的函數(shù)對(duì)象類屬性,就會(huì)將實(shí)例對(duì)象和函數(shù)對(duì)象封裝進(jìn)一個(gè)抽象對(duì)象:這就是方法對(duì)象。
By default , the 1 . 4 . 1 jdk divides the heap into two sections , a young generation and an old generation . actually , there is also a third section , the permanent space , which is used for storing loaded class and method objects 在默認(rèn)情況下, jdk 1 . 4 . 1將堆分為兩部分,一個(gè)年輕的代和一個(gè)老的代(實(shí)際上,還有第三部分永久空間,它用于存儲(chǔ)裝載的類和方法對(duì)象) 。
When the method object is called with an argument list , it is unpacked again , a new argument list is constructed from the instance object and the original argument list , and the function object is called with this new argument list 以一個(gè)參數(shù)列表調(diào)用方法對(duì)象時(shí),它被重新拆封,用實(shí)例對(duì)象和原始的參數(shù)列表構(gòu)造一個(gè)新的參數(shù)列表,然后函數(shù)對(duì)象調(diào)用這個(gè)新的參數(shù)列表。